Package | ca.on.oh.mha.pds |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ca.on.oh.mha.pds@2.0.0-alpha-preview-0.1&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Observation-disability-status-type |
Url | http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Observation-disability-status-type |
Version | 1.0.0 |
Status | draft |
Name | ObservationDisabilityStatusType |
Experimental | False |
Realm | ca |
Authority | national |
Type | Observation |
Kind | resource |
No resources found
StructureDefinition | |
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Patient | MHA Patient Profile |
http://ontariohealth.ca/fhir/ValueSet/sdohObservationCode | SDOH Observation Code |
http://ontariohealth.ca/fhir/ValueSet/mha-disability-type | Disability Type |
http://ontariohealth.ca/fhir/ValueSet/mha-sdoh-data-absent-reason | SDOH Data Absent Reason Code |
{
"resourceType" : "StructureDefinition",
"url" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Observation-disability-status-type",
"version" : "1.0.0",
"name" : "ObservationDisabilityStatusType",
"status" : "draft",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"constraint" : [
{
"key" : "status-type-1",
"severity" : "error",
"human" : "type must be populated if status value is 'true'",
"expression" : "value = 'true' implies component.exists()"
}
]
},
{
"id" : "Observation.status",
"path" : "Observation.status",
"mustSupport" : true
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"min" : 1,
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required"
}
},
{
"id" : "Observation.category.coding",
"path" : "Observation.category.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.category.coding.system",
"path" : "Observation.category.coding.system",
"min" : 1,
"fixedUri" : "http://terminology.hl7.org/CodeSystem/observation-category",
"mustSupport" : true
},
{
"id" : "Observation.category.coding.code",
"path" : "Observation.category.coding.code",
"min" : 1,
"fixedCode" : "social-history",
"mustSupport" : true
},
{
"id" : "Observation.category.coding.display",
"path" : "Observation.category.coding.display",
"min" : 1,
"fixedString" : "Social History",
"mustSupport" : true
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://ontariohealth.ca/fhir/ValueSet/sdohObservationCode|2.0.0"
}
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.code.coding.system",
"path" : "Observation.code.coding.system",
"min" : 1,
"fixedUri" : "http://loinc.org",
"mustSupport" : true
},
{
"id" : "Observation.code.coding.code",
"path" : "Observation.code.coding.code",
"min" : 1,
"fixedCode" : "101720-1",
"mustSupport" : true
},
{
"id" : "Observation.code.coding.display",
"path" : "Observation.code.coding.display",
"min" : 1,
"fixedString" : "Disability status",
"mustSupport" : true
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Patient|2.0.0"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.subject.reference",
"path" : "Observation.subject.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"type" : [
{
"code" : "dateTime"
}
]
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"type" : [
{
"code" : "boolean"
}
],
"mustSupport" : true
},
{
"id" : "Observation.dataAbsentReason",
"path" : "Observation.dataAbsentReason",
"fixedCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code" : "UNK",
"display" : "Unknown"
}
]
},
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "codes that indicate the reason the value is missing",
"valueSet" : "http://ontariohealth.ca/fhir/ValueSet/mha-sdoh-data-absent-reason"
}
},
{
"id" : "Observation.dataAbsentReason.coding",
"path" : "Observation.dataAbsentReason.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.dataAbsentReason.coding.system",
"path" : "Observation.dataAbsentReason.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.dataAbsentReason.coding.code",
"path" : "Observation.dataAbsentReason.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.dataAbsentReason.coding.display",
"path" : "Observation.dataAbsentReason.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.component",
"path" : "Observation.component",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.component.code",
"path" : "Observation.component.code",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://ontariohealth.ca/fhir/ValueSet/sdohObservationCode"
}
},
{
"id" : "Observation.component.code.coding",
"path" : "Observation.component.code.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.component.code.coding.system",
"path" : "Observation.component.code.coding.system",
"min" : 1,
"fixedUri" : "http://loinc.org",
"mustSupport" : true
},
{
"id" : "Observation.component.code.coding.code",
"path" : "Observation.component.code.coding.code",
"min" : 1,
"fixedCode" : "95377-8",
"mustSupport" : true
},
{
"id" : "Observation.component.code.coding.display",
"path" : "Observation.component.code.coding.display",
"min" : 1,
"fixedString" : "Disability type",
"mustSupport" : true
},
{
"id" : "Observation.component.value[x]",
"path" : "Observation.component.value[x]",
"type" : [
{
"code" : "CodeableConcept"
}
],
"mustSupport" : true
},
{
"id" : "Observation.component.value[x].coding",
"path" : "Observation.component.value[x].coding",
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "A code that represents the type of clients disability",
"valueSet" : "http://ontariohealth.ca/fhir/ValueSet/mha-disability-type"
}
},
{
"id" : "Observation.component.value[x].coding.system",
"path" : "Observation.component.value[x].coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.component.value[x].coding.code",
"path" : "Observation.component.value[x].coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.component.value[x].coding.display",
"path" : "Observation.component.value[x].coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.component.value[x].text",
"path" : "Observation.component.value[x].text",
"mustSupport" : true
},
{
"id" : "Observation.component.dataAbsentReason",
"path" : "Observation.component.dataAbsentReason",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://ontariohealth.ca/fhir/ValueSet/mha-sdoh-data-absent-reason"
}
},
{
"id" : "Observation.component.dataAbsentReason.coding",
"path" : "Observation.component.dataAbsentReason.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.component.dataAbsentReason.coding.system",
"path" : "Observation.component.dataAbsentReason.coding.system",
"min" : 1,
"fixedUri" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"mustSupport" : true
},
{
"id" : "Observation.component.dataAbsentReason.coding.code",
"path" : "Observation.component.dataAbsentReason.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.component.dataAbsentReason.coding.display",
"path" : "Observation.component.dataAbsentReason.coding.display",
"min" : 1,
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.